projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b591d7b
)
window: Don't queue resize handler
author
Benjamin Otte
<otte@redhat.com>
Tue, 10 Apr 2018 20:02:31 +0000
(22:02 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 11 Apr 2018 01:16:34 +0000
(
03:16
+0200)
It's not needed, because the queue_allocate() call right above it does
this work.
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index 622477a0231866037666c96bb5398c948334a4ff..d8ba708af9b01e2735e7876b84c769928f574325 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-7244,7
+7244,6
@@
gtk_window_configure_event (GtkWidget *widget,
priv->configure_notify_received = TRUE;
gtk_widget_queue_allocate (widget);
- gtk_container_queue_resize_handler (GTK_CONTAINER (widget));
return TRUE;
}